- make sure they are visible on selected rows
https://bugzilla.gnome.org/show_bug.cgi?id=763612
}
}
-button.circular {
+button.circular { // FIXME: aggregate to buttons
border-radius: 20px;
-gtk-outline-radius: 20px;
-}
-button.circular label {
- padding: 0;
+ label { padding: 0; }
+ row:selected & {
+ color: $selected_fg_color;
+ &:hover { color: $fg_color; }
+ &:active { color: $selected_fg_color; }
+ }
}
// shortcut window keys
button.circular {
border-radius: 20px;
-gtk-outline-radius: 20px; }
-
-button.circular label {
- padding: 0; }
+ button.circular label {
+ padding: 0; }
+ row:selected button.circular {
+ color: #fff; }
+ row:selected button.circular:hover {
+ color: #fff; }
+ row:selected button.circular:active {
+ color: #fff; }
.keycap {
min-width: 18px;
button.circular {
border-radius: 20px;
-gtk-outline-radius: 20px; }
-
-button.circular label {
- padding: 0; }
+ button.circular label {
+ padding: 0; }
+ row:selected button.circular {
+ color: #fff; }
+ row:selected button.circular:hover {
+ color: #000; }
+ row:selected button.circular:active {
+ color: #fff; }
.keycap {
min-width: 18px;